home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd2.bin / drivers / Zakladni desky / SiS / agp117.exe / agp117 / AGP / old / WIN2000 / sisagp.inf < prev    next >
Windows Setup INFormation  |  2002-09-26  |  3KB  |  104 lines

  1. ;Copyright 1998-2001, Silicon Integrated Systems Corporation
  2. ; AGP.INF  -- This file contains descriptions of all the AGP Miniports
  3. ;             supported in Windows NT
  4. ;
  5. ; You will need to change the names and PCI IDs to reflect your part. In order
  6. ; to install this driver, go to device manager, right-click on the PCI-PCI bridge
  7. ; which represents your AGP bridge and select "Properties". Then select the "Driver"
  8. ; page and push the "Update Driver" button. Go through the update driver wizard and
  9. ; on the "Locate Driver Files" page select "Specify a location" and then enter the
  10. ; location of your new INF and driver. I will have this sample and instructions
  11. ; added to the DDK.
  12. ;
  13. ; Arnold (arnold) 10/22/1999
  14.  
  15. [Version]
  16. Signature="$WINDOWS NT$"
  17. Class=System
  18. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  19. Provider=%Provider%
  20. DriverVer=09/26/2002,7.1.12.03
  21. CatalogFile=sisagp.cat
  22.  
  23.  
  24. ; =================== Common for all AGP devices =========================
  25. [DestinationDirs]
  26. DefaultDestDir = 12        ; DIRID_DRIVERS
  27.  
  28. [ControlFlags]
  29. ExcludeFromSelect = PCI\VEN_1039&DEV_0001
  30. ExcludeFromSelect = PCI\VEN_1039&DEV_0002
  31.  
  32. [Manufacturer]
  33. %SIS_MFG%=SIS_AGP
  34.  
  35. [AGP_Filter_Reg]
  36. HKR,,"UpperFilters", 0x00010000,"SISAGP"
  37.  
  38. [pci_ServiceInstallSection]
  39. DisplayName    = %pci_svcdesc%
  40. ServiceType    = %SERVICE_KERNEL_DRIVER%
  41. StartType      = %SERVICE_BOOT_START%
  42. ErrorControl   = %SERVICE_ERROR_NORMAL%
  43. ServiceBinary  = %12%\pci.sys
  44. LoadOrderGroup = "Boot Bus Extender"
  45.  
  46. ; =================== SISAGP ========================
  47. [SIS_AGP]
  48. %SIS.AGP.DeviceDesc%=SISAGP_Install,PCI\VEN_1039&DEV_0001
  49. %SIS.AGP.DeviceDesc2%=SISAGP_Install,PCI\VEN_1039&DEV_0002
  50.  
  51. [SISAGP_Install]
  52. CopyFiles=SISAGPx.SYS
  53.  
  54. [SISAGPx.SYS]
  55. SISAGPx.SYS
  56.  
  57. [SISAGP_Install.HW]
  58. AddReg = AGP_Filter_Reg
  59.  
  60. [SISAGP_Install.Services]
  61. AddService = SISAGP,0,SISAGP_ServiceInstallSection
  62. AddService = pci, %SPSVCINST_ASSOCSERVICE%, pci_ServiceInstallSection
  63.  
  64. [SISAGP_ServiceInstallSection]
  65. DisplayName    = %SISAGP_svcdesc%
  66. ServiceType    = %SERVICE_KERNEL_DRIVER%
  67. StartType      = %SERVICE_DEMAND_START%
  68. ErrorControl   = %SERVICE_ERROR_NORMAL%
  69. ServiceBinary  = %12%\SISAGPx.sys
  70. LoadOrderGroup = PnP Filter
  71.  
  72. ;
  73. ; Source file information
  74. ;
  75.  
  76. [SourceDisksNames.x86]
  77. 1 = %DiskId%,,,""
  78.  
  79. [SourceDisksFiles]
  80. SISAGPx.sys  = 1
  81.  
  82. ; =================== STRINGS and CONSTANTS ========================
  83.  
  84. [Strings]
  85. SIS_MFG      = "Silicon Integrated Systems"
  86. DiskId       = "Silicon Integrated Systems Installation DISK (AGP)"
  87. Provider     = "SiS"
  88. SIS.AGP.DeviceDesc = "SiS Accelerated Graphics Port"
  89. SIS.AGP.DeviceDesc2 = "SiS Accelerated Graphics Port"
  90.  
  91.  
  92. ;service descriptions
  93. SISAGP_svcdesc = "SiS AGP Filter"
  94. pci_svcdesc = "PCI Bus Driver"
  95.  
  96.  
  97. ;*******************************************
  98. ;Handy macro substitutions (non-localizable)
  99. SPSVCINST_ASSOCSERVICE = 0x00000002
  100. SERVICE_KERNEL_DRIVER  = 1
  101. SERVICE_BOOT_START     = 0
  102. SERVICE_DEMAND_START   = 3
  103. SERVICE_ERROR_NORMAL   = 1
  104.